home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / qabs.0 < prev    next >
Text File  |  1996-09-02  |  674b  |  23 lines

  1.  
  2. QABS(3)                    UNIX Programmer's Manual                    QABS(3)
  3.  
  4. NNAAMMEE
  5.      qqaabbss - return the absolute value of a quad integer
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _q_u_a_d___t
  11.      qqaabbss(_q_u_a_d___t _j)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The qqaabbss() function returns the absolute value of the quad integer _j.
  15.  
  16. SSEEEE AALLSSOO
  17.      abs(3),  labs(3),  floor(3),  cabs(3),  math(3)
  18.  
  19. BBUUGGSS
  20.      The absolute value of the most negative integer remains negative.
  21.  
  22. BSD Experimental                 June 29, 1991                               1
  23.